home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14179 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  695 b 

  1. Path: bignews.shef.ac.uk!usenet
  2. From: Abdullah Alghamdi <abdullah@dcs.shef.ac.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: CString FileName = "c:\windows\Myfile.ini"
  5. Date: 29 Mar 1996 08:25:51 GMT
  6. Organization: University of Sheffield, UK
  7. Message-ID: <4jg6qf$2d1@bignews.shef.ac.uk>
  8. NNTP-Posting-Host: haggis.dcs.shef.ac.uk
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.4 sun4c)
  13. X-URL: news:comp.lang.c++
  14.  
  15. The compiler VC++ does not accept the following value for CString
  16.  
  17. CString FileName = "c:\windows\Myfile.ini";
  18.  
  19. I think it`s got problem with "\" character.
  20.  
  21. any help will be appreciated.
  22. Yours sincerely.
  23.  
  24.